home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MEMMON.DIR / 00037_Right.ls < prev    next >
Encoding:
Text File  |  2003-04-21  |  160 b   |  11 lines

  1. on mouseUp
  2.   global gLevel
  3.   gLevel = 2
  4.   DoRight()
  5.   if the castNum of sprite 29 = 0 then
  6.     DoDown(the clickOn - 1)
  7.   end if
  8.   ResetTabButtons()
  9.   go(1)
  10. end
  11.